Sponsored Content
Contact Us Post Here to Contact Site Administrators and Moderators Forum Feedback: Locked and Solved Threads Post 303032702 by Neo on Friday 22nd of March 2019 08:15:33 AM
Old 03-22-2019
Good idea.

I'll put this on the TODO list to add to the new cp tables when I'm done with the prototype, during the beta testing phase.

Thanks.
 

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Feedback on Script.

Hi all, Would like to get some feedback on a scrip that I've finished writing at home for work. Any constructive feedback from operations used to legibility, etc. would be appreciated - anything at all. It's my first real script that will be running on a clients server. The script is... (2 Replies)
Discussion started by: Cameron
2 Replies

2. UNIX for Dummies Questions & Answers

feedback form ?! :-(

hi, i am VERY new to UNIX. just wanted some help on a feedback form that i have hosted on a unix server. the feedback form is in asp and doesnt work on unix. any other language to get it working ?? HELP !!! (3 Replies)
Discussion started by: shahenil
3 Replies

3. Programming

Feedback algorithm

Hi I search an exemple of scheduling Feedback algorithm, or help about how to create one. Thanks (0 Replies)
Discussion started by: messier79
0 Replies

4. Shell Programming and Scripting

kshdb feedback

Hi I'm looking for some feedback on kshdb, what are peoples general feeling about it etc. Also has anyone used this as a test mechanism? I am thinking about trying to wrap a basic test script around this. (0 Replies)
Discussion started by: eeisken
0 Replies

5. Post Here to Contact Site Administrators and Moderators

Marking threads as "solved"

perhaps offtopic.. pity this forum don't have an option 'mark this thread as solved' like some others do.. (2 Replies)
Discussion started by: orange47
2 Replies

6. What is on Your Mind?

New Feature: Tagging Threads as "Solved"

We just added a new feature. When tagging a thread, if you tag the thread "solved" the title of the thread will show up as blue (#0000FF) in various places (forum view, top stats, etc.) So, if you want to show your thread as "solved" simply add a "solved" tag to the thread taglist. ... (16 Replies)
Discussion started by: Neo
16 Replies

7. Forum Support Area for Unregistered Users & Account Problems

Retrieve all old threads of a forum.

Is it possible to retrieve all old threads of a forum? For example, I am interested in the shell programming part for tons examples on shell scripting. Thanks! (6 Replies)
Discussion started by: yifangt
6 Replies

8. What is on Your Mind?

Similar Threads: More UNIX and Linux Forum Topics You Might Find Helpful Update

Today I change the DB and the PHP code and rebuilt the database for similar threads at the end of each post, increasing from a max of 5 to a max of 10 similar threads per post: More UNIX and Linux Forum Topics You Might Find Helpful It was quite easy to do: 1. Increased the max size of... (17 Replies)
Discussion started by: Neo
17 Replies
xcb_change_hosts(3)						   XCB Requests 					       xcb_change_hosts(3)

NAME
xcb_change_hosts - SYNOPSIS
#include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_change_hosts(xcb_connection_t *conn, uint8_t mode, uint8_t family, uint16_t address_len, const uint8_t *address); REQUEST ARGUMENTS
conn The XCB connection to X11. mode One of the following values: XCB_HOST_MODE_INSERT TODO: NOT YET DOCUMENTED. XCB_HOST_MODE_DELETE TODO: NOT YET DOCUMENTED. TODO: NOT YET DOCUMENTED. family One of the following values: XCB_FAMILY_INTERNET TODO: NOT YET DOCUMENTED. XCB_FAMILY_DECNET TODO: NOT YET DOCUMENTED. XCB_FAMILY_CHAOS TODO: NOT YET DOCUMENTED. XCB_FAMILY_SERVER_INTERPRETED TODO: NOT YET DOCUMENTED. XCB_FAMILY_INTERNET_6 TODO: NOT YET DOCUMENTED. TODO: NOT YET DOCUMENTED. address_len TODO: NOT YET DOCUMENTED. address TODO: NOT YET DOCUMENTED. DESCRIPTION
RETURN VALUE
Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the event loop. If you want to handle errors directly with xcb_request_check instead, use xcb_change_hosts_checked. See xcb-requests(3) for details. ERRORS
This request does never generate any errors. SEE ALSO
AUTHOR
Generated from xproto.xml. Contact xcb@lists.freedesktop.org for corrections and improvements. XCB
2014-06-10 xcb_change_hosts(3)
All times are GMT -4. The time now is 01:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy